Papers with machine learning applications
On Using Arabic Language Dialects in Recommendation Systems (2025.findings-naacl)
Copied to clipboard
| Challenge: | Using natural language processing (NLP) to analyze user reviews in recommendation systems is unexplored. |
| Approach: | They propose to integrate Arabic dialects as a signal in recommendation systems by using explicit and implicit approaches. |
| Outcome: | The proposed approach improves recommendation performance and encourages further research in the Arab multicultural world. |
OptSLA: an Optimization-Based Approach for Sequential Label Aggregation (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Existing approaches to annotate data are based on binary and multi-choice problems, but little work has been done on complex tasks such as sequence labeling with imbalanced classes. |
| Approach: | They propose an optimization-based Sequential Label Aggregation method that integrates worker reliabilities and advanced deep learning techniques to conquer the challenge. |
| Outcome: | The proposed method outperforms state-of-the-art methods and is easier to interpret. |
A Bayesian Framework for Information-Theoretic Probing (2021.emnlp-main)
Copied to clipboard
| Challenge: | a recent paper suggests that probing should be seen as approximating a mutual information. |
| Approach: | They propose a Bayesian mutual information framework that probes probing representations from the perspective of Bayes' agents. |
| Outcome: | The proposed framework allows for more intuitive results in scenarios with finite data. |
Exploring the Potential of Large Language Models for Heterophilic Graphs (2025.naacl-long)
Copied to clipboard
| Challenge: | Existing approaches for heterophilic graphs overlook rich textual data associated with nodes, which could unlock deeper insights into their heterophilistic contexts. |
| Approach: | They propose a two-stage framework to enhance node classification on heterophilic graphs by leveraging open-world knowledge encoded by large language models. |
| Outcome: | The proposed framework can be used to better characterize heterophilic graphs, where neighboring nodes often exhibit different labels. |
Out-of-Domain Detection for Low-Resource Text Classification Tasks (D19-1)
Copied to clipboard
| Challenge: | Existing methods for OOD detection and ID classification tasks require massive amounts of ID labeled data and no OOD labeles. |
| Approach: | They propose to use OOD-resistant Prototypical Network to detect OOD cases with limited in-domain (ID) training data to solve this task. |
| Outcome: | The proposed solution outperforms state-of-the-art methods in zero-shot OOD detection task while maintaining a competitive performance on ID classification task. |
Curation of Benchmark Templates for Measuring Gender Bias in Named Entity Recognition Models (2024.lrec-main)
Copied to clipboard
| Challenge: | Named Entity Recognition (NER) models are susceptible to gender bias . benchmark datasets are curated specifically for a given NLP task . |
| Approach: | They propose to filter out benchmark templates with a higher probability of detecting gender bias in NER models. |
| Outcome: | The proposed method is based on masked token prediction and tested in English and german using the corresponding fine-tuned BERT base model. |
“Are Your Explanations Reliable?” Investigating the Stability of LIME in Explaining Text Classifiers by Marrying XAI and Adversarial Attack (2023.emnlp-main)
Copied to clipboard
| Challenge: | Extensive experiments on text datasets demonstrate that XAIFooler significantly outperforms all baselines by large margins in its ability to manipulate LIME’s explanations with high semantic preservability. |
| Approach: | They propose to use LIME to establish a baseline and then propose an algorithm to perturb text inputs and manipulate explanations. |
| Outcome: | The proposed algorithm outperforms baselines on text datasets and achieves high semantic preservability. |